CVE-2026-40393 part 2 - out-of-bounds memory access in WebGPU
authorDebian X Strike Force <debian-x@lists.debian.org>
Fri, 19 Jun 2026 19:20:06 +0000 (21:20 +0200)
committerTobias Frost <tobi@debian.org>
Fri, 19 Jun 2026 19:20:06 +0000 (21:20 +0200)
commit92cc9851b3296a2e97961679554a1c2791231321
tree277ef2763c39c767ed33634eb21491f527ab83a7
parent66cea9d23b50f8954d9f7f42b120047270e303f3
CVE-2026-40393 part 2 - out-of-bounds memory access in WebGPU

Origin: https://gitlab.freedesktop.org/mesa/mesa/-/commit/978fd42b4b7d1e9c0435ffa7e1a4d339cba9b76e

From 45ce75f3bcd638dcf7daae09f9bf0b7c015b81c4 Mon Sep 17 00:00:00 2001
From: Ian Romanick <ian.d.romanick@intel.com>
Date: Fri, 23 Jan 2026 10:07:27 -0800
Subject: [PATCH] nir: Use STACK_ARRAY instead of NIR_VLA

The number of fields comes from the shader, so it could be a value large
enough that using alloca would be problematic.

Fixes: c11833ab24d ("nir,spirv: Rework function calls")
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Reviewed-by: Ryan Neph <ryanneph@google.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
(cherry picked from commit 9017d37e84771f921a63676dd8b955df9ef20f29)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40092>

Gbp-Pq: Name CVE-2026-40393-part2.patch
src/compiler/nir/nir_functions.c